String Schema
IdentifierList Simple Type
Description
White space separated list of identifiers
Namespace http://string.drv.de/xmlschema/string
Type
List of IdentifierType Simple Type
Overview
IdentifierList List of IdentifierType Simple Type
White space separated list of identifiers
Source
<xs:simpleType name="IdentifierList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>White space separated list of identifiers</xs:documentation>
  </xs:annotation>
  <xs:list itemType="IdentifierType" />
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.